﻿2026-08-18T07:32:34.3044675Z ##[group]Run actions/checkout@v5
2026-08-18T07:32:34.3045451Z with:
2026-08-18T07:32:34.3045855Z   repository: BigscreenVR/spt-bs-core
2026-08-18T07:32:34.3048913Z   token: ***
2026-08-18T07:32:34.3049390Z   ssh-strict: true
2026-08-18T07:32:34.3049768Z   ssh-user: git
2026-08-18T07:32:34.3050143Z   persist-credentials: true
2026-08-18T07:32:34.3050546Z   clean: true
2026-08-18T07:32:34.3050955Z   sparse-checkout-cone-mode: true
2026-08-18T07:32:34.3051381Z   fetch-depth: 1
2026-08-18T07:32:34.3051748Z   fetch-tags: false
2026-08-18T07:32:34.3052124Z   show-progress: true
2026-08-18T07:32:34.3052496Z   lfs: false
2026-08-18T07:32:34.3052838Z   submodules: false
2026-08-18T07:32:34.3053229Z   set-safe-directory: true
2026-08-18T07:32:34.3053645Z   allow-unsafe-pr-checkout: false
2026-08-18T07:32:34.3054274Z ##[endgroup]
2026-08-18T07:32:34.3855680Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T07:32:34.3857372Z ##[group]Getting Git version info
2026-08-18T07:32:34.3858074Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T07:32:34.3859138Z [command]/usr/bin/git version
2026-08-18T07:32:34.3882076Z git version 2.43.0
2026-08-18T07:32:34.3899865Z ##[endgroup]
2026-08-18T07:32:34.3907608Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/21054f41-73f6-4645-90e8-98396c41b77b/.gitconfig'
2026-08-18T07:32:34.3915206Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/21054f41-73f6-4645-90e8-98396c41b77b' before making global git config changes
2026-08-18T07:32:34.3916758Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T07:32:34.3918164Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T07:32:34.3970855Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T07:32:34.3988912Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T07:32:34.3999420Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T07:32:34.4002249Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T07:32:34.4020164Z refs/heads/diag/pump-188-heartbeat
2026-08-18T07:32:34.4026889Z [command]/usr/bin/git checkout --detach
2026-08-18T07:32:34.4096199Z HEAD is now at fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:34.4132866Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T07:32:34.4161056Z Deleted branch diag/pump-188-heartbeat (was fe5febdc9).
2026-08-18T07:32:34.4274675Z ##[endgroup]
2026-08-18T07:32:34.4277537Z [command]/usr/bin/git submodule status
2026-08-18T07:32:34.4466999Z ##[group]Cleaning the repository
2026-08-18T07:32:34.4467730Z [command]/usr/bin/git clean -ffdx
2026-08-18T07:32:35.7046087Z Removing .adapter-notify/
2026-08-18T07:32:35.7047566Z Removing target/
2026-08-18T07:32:35.7056466Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T07:32:35.7127122Z HEAD is now at fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:35.7133015Z ##[endgroup]
2026-08-18T07:32:35.7134284Z ##[group]Disabling automatic garbage collection
2026-08-18T07:32:35.7137653Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T07:32:35.7161357Z ##[endgroup]
2026-08-18T07:32:35.7162583Z ##[group]Setting up auth
2026-08-18T07:32:35.7166938Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T07:32:35.7190788Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T07:32:35.7373298Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T07:32:35.7399232Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T07:32:35.7583266Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T07:32:35.7607126Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T07:32:35.7801227Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T07:32:35.7831333Z ##[endgroup]
2026-08-18T07:32:35.7832746Z ##[group]Fetching the repository
2026-08-18T07:32:35.7838058Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f3d40f17c2830d127525c11bfe1d053eb7b1acd6:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T07:32:36.2423870Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T07:32:36.2424627Z  + fe5febdc9...f3d40f17c f3d40f17c2830d127525c11bfe1d053eb7b1acd6 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T07:32:36.2446871Z ##[endgroup]
2026-08-18T07:32:36.2447562Z ##[group]Determining the checkout info
2026-08-18T07:32:36.2449260Z ##[endgroup]
2026-08-18T07:32:36.2453441Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T07:32:36.2491577Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T07:32:36.2514310Z ##[group]Checking out the ref
2026-08-18T07:32:36.2517809Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T07:32:36.2709403Z Warning: you are leaving 1 commit behind, not connected to
2026-08-18T07:32:36.2709980Z any of your branches:
2026-08-18T07:32:36.2710163Z 
2026-08-18T07:32:36.2710379Z   fe5febdc9 diag(pump): instrument pump round liveness for releases#188
2026-08-18T07:32:36.2710682Z 
2026-08-18T07:32:36.2710884Z If you want to keep it by creating a new branch, this may be a good time
2026-08-18T07:32:36.2711288Z to do so with:
2026-08-18T07:32:36.2711437Z 
2026-08-18T07:32:36.2711575Z  git branch <new-branch-name> fe5febdc9
2026-08-18T07:32:36.2711837Z 
2026-08-18T07:32:36.2716954Z Switched to a new branch 'diag/pump-188-heartbeat'
2026-08-18T07:32:36.2717579Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T07:32:36.2725636Z ##[endgroup]
2026-08-18T07:32:36.2765733Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T07:32:36.2792653Z f3d40f17c2830d127525c11bfe1d053eb7b1acd6
